google.golang.org/protobuf/internal/impl.coderFieldInfo.num (field)

41 uses

	google.golang.org/protobuf/internal/impl (current package)
		checkinit.go#L33: 				return errors.RequiredNotSet(string(mi.Desc.Fields().ByNumber(f.num).FullName()))
		checkinit.go#L58: 					return errors.RequiredNotSet(string(mi.Desc.Fields().ByNumber(f.num).FullName()))
		checkinit.go#L71: 						mi.lazyUnmarshal(p, f.num)
		checkinit.go#L84: 				return errors.RequiredNotSet(string(mi.Desc.Fields().ByNumber(f.num).FullName()))
		codec_field.go#L346: 	return f.mi.unmarshalPointer(b, p.Elem(), f.num, opts)
		codec_field.go#L775: 	out, err := f.mi.unmarshalPointer(b, mp, f.num, opts)
		codec_field_opaque.go#L115: 	o, e := f.mi.unmarshalPointer(b, mp, f.num, opts)
		codec_field_opaque.go#L254: 	out, err = f.mi.unmarshalPointer(b, mp, f.num, opts)
		codec_message.go#L46: 	num        protoreflect.FieldNumber // field number
		codec_message.go#L128: 			num:        fd.Number(),
		codec_message.go#L142: 		mi.coderFields[cf.num] = cf
		codec_message.go#L159: 		return mi.orderedCoderFields[i].num < mi.orderedCoderFields[j].num
		codec_message.go#L164: 		if cf.num >= 16 && cf.num >= 2*maxDense {
		codec_message.go#L167: 		maxDense = cf.num
		codec_message.go#L171: 		if int(cf.num) >= len(mi.denseCoderFields) {
		codec_message.go#L174: 		mi.denseCoderFields[cf.num] = cf
		codec_message.go#L180: 			fi := fields.ByNumber(mi.orderedCoderFields[i].num)
		codec_message.go#L181: 			fj := fields.ByNumber(mi.orderedCoderFields[j].num)
		codec_message_opaque.go#L62: 			num:        fd.Number(),
		codec_message_opaque.go#L91: 		mi.coderFields[cf.num] = cf
		codec_message_opaque.go#L108: 		return mi.orderedCoderFields[i].num < mi.orderedCoderFields[j].num
		codec_message_opaque.go#L113: 		if cf.num >= 16 && cf.num >= 2*maxDense {
		codec_message_opaque.go#L116: 		maxDense = cf.num
		codec_message_opaque.go#L120: 		if int(cf.num) > len(mi.denseCoderFields) {
		codec_message_opaque.go#L123: 		mi.denseCoderFields[cf.num] = cf
		codec_message_opaque.go#L129: 			fi := fields.ByNumber(mi.orderedCoderFields[i].num)
		codec_message_opaque.go#L130: 			fj := fields.ByNumber(mi.orderedCoderFields[j].num)
		encode.go#L98: 					size += (*lazy).SizeField(uint32(f.num))
		encode.go#L101: 					mi.lazyUnmarshal(p, f.num)
		encode.go#L190: 						b, _ = (*lazy).AppendField(b, uint32(f.num))
		encode.go#L193: 						mi.lazyUnmarshal(p, f.num)
		lazy.go#L111: 		if num == f.num {
		lazy.go#L133: 		fd := mi.Desc.Fields().ByNumber(f.num)
		lazy.go#L165: 		out, st := fmi.validate(b, f.num, opts)
		lazy.go#L320: 					mi.lazyUnmarshal(p, f.num)
		merge.go#L65: 					mi.lazyUnmarshal(src, f.num)
		merge.go#L68: 					mi.lazyUnmarshal(dst, f.num)